home *** CD-ROM | disk | FTP | other *** search
- package java.text.resources;
-
- public class LocaleElements_fr_CA extends LocaleData {
- static String[] table = new String[]{"fr_CA", "0c0c", "fra", "CAN", "en_French; de_Französisch; fr_français", "en_Canada; de_Kanada; fr_Canada", "janvier", "février", "mars", "avril", "mai", "juin", "juillet", "août", "septembre", "octobre", "novembre", "décembre", "", "jan.", "févr.", "mars", "avr.", "mai", "juin", "juil.", "août", "sept.", "oct.", "nov.", "déc.", "", "dimanche", "lundi", "mardi", "mercredi", "jeudi", "vendredi", "samedi", "dim.", "lundi", "mardi", "mercr.", "jeudi", "vendr.", "sam.", "AM", "PM", "BC;AD", "#,##0.###;-#,##0.###", "#,##0.00 $;(#,##0.00$)", "#,##0%", ",", " ", ";", "%", "0", "#", "-", "E", "$", "CAD", ",", "H' h 'mm z", "HH:mm:ss z", "HH:mm:ss", "HH:mm", "EEEE, yyyy, MMMM d", "yyyy, MMMM d", "yyyy-MM-dd", "yy-MM-dd", "{1} {0}", "1", "1", "@"};
-
- public LocaleElements_fr_CA() {
- super.init(table);
- }
- }
-